home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / flex_247.zip / flex_247 / MISC / README < prev    next >
Text File  |  1993-11-30  |  1KB  |  42 lines

  1. Miscellaneous flex stuff.  The following have been tested using flex 2.4:
  2.  
  3.     - debflex.awk, an awk script for anotating flex debug output.
  4.       It presently only works with gawk, not with "old" or "new" awk
  5.       (I haven't tried "mawk").
  6.  
  7.     - testxxLexer.l, a sample C++ program that uses flex's scanner
  8.       class option ("-+").
  9.  
  10.     - fastwc/, a subdirectory containing examples of how to use flex
  11.       to write progressively higher-performance versions of the Unix
  12.       "wc" utility.
  13.  
  14. The following are all out-of-date with respect to flex release 2.4 (and
  15. in general up-to-date for flex 2.3):
  16.  
  17.     - flex.texinfo, a "texinfo" version of the flexdoc documentation
  18.       for flex release 2.3.
  19.  
  20.     - Atari/Atari.patches, patches for porting flex to the Atari and
  21.       to Minix.
  22.  
  23.     - A number of notes and Makefiles for compiling flex under MS-DOS,
  24.       in the MSDOS/ subdirectory.
  25.  
  26.     - Notes on building flex for MVS, in the MVS/ subdirectory.
  27.  
  28.     - Notes on building flex for the Macintosh using Think-C,
  29.       in the Think-C/ subdirectory.
  30.  
  31.     - Notes on building flex for VMS, in the VMS/ subdirectory.
  32.  
  33. And the following is included for compatibility with some broken versions
  34. of bison:
  35.  
  36.     - alloca.c, a public-domain, mostly-portable version of the
  37.       alloca() routine (used by bison's parsers) written by D. A. Gwyn.
  38.  
  39.  
  40. Many thanks to those who contributed these files.  Updated versions will
  41. be appreciated!
  42.